func net/http.redirectBehavior

2 uses

	net/http (current package)
		client.go#L511: func redirectBehavior(reqMethod string, resp *Response, ireq *Request) (redirectMethod string, shouldRedirect, includeBody bool) {
		client.go#L737: 		redirectMethod, shouldRedirect, includeBody = redirectBehavior(req.Method, resp, reqs[0])